Chrome based web browsers have a problem with the way GIFs are served. 🔼

It's a blob of binary, called something.gif, served as type image/gif, what the fuck else does Chrome need?  Non chrome based browsers have no trouble, I tried all sorts of obscure ones.

Unfortunately most viewers use Chrome as their web browser, so GIFs in the splash screen are broken.

I'd call this a browser bug and be done with it, except for Chrome using viewers.


reported=2019-08-06 06:07:36

reporter=onefang

priority=none

category=Bug

severity=trivial

resolution=suspended


2019-08-06 06:27:18 onefang: Oh Chrome is just so fucking special, it works fine from a file:// URL, and from Apache 2.  Pfffft


2019-08-06 07:24:39 onefang: On the other hand, IG is the only grid I have seen using a GIF on it's splash page. It'll be too much like work delving into web server source code, or using wireshark. Don't think I'll bother for now. This web server is only meant as a temporary thing anyway.

Look at it again once I write a proper web server.


2019-08-12 22:18:36 onefang: It might be the rest of the OpenSim web stuff that's causing the problem.


2019-08-16 22:34:05 onefang: There are other problems with the OpenSim web server.  The main problem being that they wrote their own, but stuffed the source code elsewhere, only providing a binary.  And it's the usual unpenetrable OOP C# shit.

I'm not going to sort it out, a real web server is planned.